home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw304.zip / NOSGAS.ZIP / PUBLIC / NOSVIEW / NETROM < prev    next >
Text File  |  1992-12-31  |  14KB  |  361 lines

  1. ======                                              NOSview [301]
  2. netrom
  3. ======
  4.  
  5. _________________________________________________________________
  6. netrom acktime [<millisecs>]                        Default: 3000
  7. _________________________________________________________________
  8. Display or set the NET/ROM acknowledge timer.  (This is analagous
  9. to the AX.25 T2 timer).
  10.  
  11. >> Example:  netrom acktime 3000
  12.  
  13.  
  14. ________________________________________________________________
  15. netrom alias [<alias>]
  16. ________________________________________________________________
  17. Display or set the NET/ROM alias for this station.  The alias is
  18. included in NET/ROM Routing Table broadcasts.
  19.  
  20. The <alias> is a string of up to six characters, and is the name
  21. by which the node is known to other NET/ROM stations.  There are
  22. no hard and fast rules for choosing an alias name, but ideally it
  23. should contain the letters "IP" or "TCP", or start with a "#", to
  24. make it clear to other users that this is not an ordinary NET/ROM
  25. node.  A suggested convention is to incorporate the last half of
  26. your IP address, expressed in hexadecimal, into the alias.
  27.  
  28. >> Examples:  netrom alias #BOB
  29.               netrom alias IP0A3F
  30.  
  31. ________________________________________________________________
  32. netrom bcnodes <interface>
  33. ________________________________________________________________
  34. Initiates an immediate broadcast of the NET/ROM routing table.
  35.  
  36. >> Example:  netrom bcnodes tnc0
  37.  
  38.  
  39. _________________________________________________________________
  40. netrom connect <node_callsign>|<node_alias>
  41. _________________________________________________________________
  42. Make an ordinary NET/ROM connection to another NET/ROM node
  43. (which may be an ordinary NET/ROM, or may be the NET/ROM node at
  44. another NOS station).
  45.  
  46. The target node may be specified as a callsign or as a NET/ROM
  47. alias.
  48.  
  49. >> Examples:  netrom connect NR9ABC-2
  50.               netrom connect #TOM
  51.  
  52.  
  53. _________________________________________________________________
  54. netrom choketime [<millisecs>]                    Default: 180000
  55. _________________________________________________________________
  56. Display or set the NET/ROM choke time.  This is the time to wait
  57. before breaking a send choke condition.
  58.  
  59. >> Example:  netrom choketime 100000
  60.  
  61.  
  62. _________________________________________________________________
  63. netrom derate [on|off]                                Default: on
  64. _________________________________________________________________
  65. Display or set the NET/ROM derate mode.  This is an experimental
  66. command to attempt to overcome the severe NET/ROM limitation of
  67. single-path-only operation.  That is, normal NET/ROM only tries
  68. alternative routes for traffic IF a link actually fails.
  69.  
  70. If derate is set to 'on' and retries on a particular link occur,
  71. the NET/ROM quality for the link will be slowly reduced.  If then
  72. another path gets to have a better quality, that path is
  73. attempted.
  74.  
  75. >> Example:  netrom derate on
  76.  
  77.  
  78. _________________________________________________________________
  79. netrom interface <interface> <quality>
  80. _________________________________________________________________
  81. The 'netrom interface' command specifies an <interface> to be
  82. used for NET/ROM, together with the <quality>.
  83.  
  84. The <quality> is the default quality for incoming NET/ROM
  85. broadcasts (and is also the default quality for stations added to
  86. the node filter list).
  87.  
  88. >>  Example:  netrom interface tnc0 #BOB 191
  89.  
  90.  
  91. _________________________________________________________________
  92. netrom irtt [<millisecs>]                          Default: 15000
  93. _________________________________________________________________
  94. Display or set the NET/ROM Initial Round Trip Timer.
  95.  
  96. >> Example:  netrom irtt 5000
  97.  
  98.  
  99. _________________________________________________________________
  100. netrom kick <&CB>
  101. _________________________________________________________________
  102. Kick the NET/ROM session with control block address <&CB>.
  103.  
  104. >> Example:  netrom kick 86780008
  105.  
  106.  
  107. _________________________________________________________________
  108. netrom load
  109. _________________________________________________________________
  110. Load the NET/ROM routing table (N:\NETROM.SAV), saved earlier
  111. with the 'netrom save' command.
  112.  
  113.  
  114. _________________________________________________________________
  115. netrom minquality [<n>]                               Default: 10
  116. _________________________________________________________________
  117. Display or set the minimum acceptable quality of incoming NET/ROM
  118. broadcasts.  <n> must be in the range 1 to 255.
  119.  
  120. >> Example:  netrom minquality 10
  121.  
  122.  
  123. _________________________________________________________________
  124. netrom nodefilter
  125. _________________________________________________________________
  126. Display the node filter list.
  127.  
  128. >> Example of 'netrom nodefilter' display output:
  129. .....................................................
  130. : NS9GWA-5  tnc0      10    NS9GWB-5  tnc0      100 :
  131. :...................................................:
  132.  
  133.  
  134. _________________________________________________________________
  135. netrom nodefilter add <neighbour_callsign> <interface>
  136.                                            [<quality>]
  137. _________________________________________________________________
  138. Add a node to the node filter list.
  139.  
  140. The default value of <quality> is the quality value assigned in
  141. the 'netrom interface' command.
  142.  
  143. >> Example:  netrom nodefilter add NR9AAA-2 tnc0 20
  144.  
  145.  
  146. _________________________________________________________________
  147. netrom nodefilter drop <neighbour_callsign> <interface>
  148. _________________________________________________________________
  149. Remove a node from the node filter list.
  150.  
  151. >> Example:  netrom nodefilter drop NR9AAA-2 tnc0
  152.  
  153.  
  154. _________________________________________________________________
  155. netrom nodefilter mode [none|accept|reject]       Default: accept
  156. _________________________________________________________________
  157. Display or set the node filter mode.  The settings are:
  158.  
  159. none:    No filtering.  The filter is ignored.
  160.  
  161. accept:  Only nodes in the nodefilter list will be heard by the
  162. node.
  163.  
  164. reject:  Nodes in the nodefilter list will be rejected.  This is
  165. used to disable a path to a neighbouring node; useful if there
  166. are several paths and you do not want to use a specific one.
  167.  
  168. >> Example:  netrom nodefilter mode accept
  169.  
  170.  
  171. _________________________________________________________________
  172. netrom nodetimer [<seconds>]                           Default: 0
  173. _________________________________________________________________
  174. Display or set the NET/ROM route update broadcast interval.
  175.  
  176. >> Example:  netrom nodetimer 1800   (for half-hourly broadcasts)
  177.  
  178.  
  179. _________________________________________________________________
  180. netrom obsotimer [<seconds>]                           Default: 0
  181. _________________________________________________________________
  182. Display or set the NET/ROM obsolescence timer, which indicates
  183. how long the entries will remain alive in the NET/ROM routing
  184. table.
  185.  
  186. A new or refreshed entry in the table has a time-to-live (TTL)
  187. count of 6.  Each time the obsotimer expires, the TTL count is
  188. decremented by one.  If node information is not refreshed, the
  189. entry will eventually disappear when the TTL count falls to zero.
  190.  
  191. >> Example:  netrom obsotimer 1200        (for a 2-hour lifetime)
  192.  
  193.  
  194. _________________________________________________________________
  195. netrom promiscuous [on|off]                          Default: off
  196. _________________________________________________________________
  197. Display or set NET/ROM "promiscuous" mode.  This determines
  198. whether or not the node will listen to all routing table
  199. broadcasts, irrespective of quality.
  200.  
  201. If set to 'on', all nodes are received, ignoring any nodefilter
  202. settings.
  203.  
  204. >> Example:  netrom promiscuous on
  205.  
  206.  
  207. _________________________________________________________________
  208. netrom qlimit [<bytes>]                             Default: 2048
  209. _________________________________________________________________
  210. Display or set the maximum number of bytes on the NET/ROM receive
  211. queue.  This is the threshhold at which the sender is choked.
  212.  
  213. >> Example:  netrom qlimit 1024
  214.  
  215.  
  216. _________________________________________________________________
  217. netrom reset <&CB>
  218. _________________________________________________________________
  219. Reset the NET/ROM session with control block address <&CB>.  Use
  220. the 'netrom status' command to obtain the control block address.
  221.  
  222. >> Example:  netrom status 86780008
  223.  
  224.  
  225. _________________________________________________________________
  226. netrom retries [<n>]                                  Default: 10
  227. _________________________________________________________________
  228. Display or set the maximum number of connect and disconnect
  229. retries.
  230.  
  231. >> Example:  netrom retries 5
  232.  
  233.  
  234. _________________________________________________________________
  235. netrom route
  236. _________________________________________________________________
  237. Display the NET/ROM routing table.  Entries are of the form
  238. <alias>:<callsign>.
  239.  
  240. >> Example of 'netrom route' output:
  241. .................................
  242. : #LIZ:NS9LIZ-5   #JIM:NS9JIM-5 :
  243. :...............................:
  244.  
  245.  
  246. _________________________________________________________________
  247. netrom route add <alias> <target_callsign> <interface> <quality>
  248.                                             <neighbour_callsign>
  249. _________________________________________________________________
  250. Add an entry to the NET/ROM routing table.
  251.  
  252. The <alias> and <target_callsign> apply to the station at the
  253. eventual destination of the route.
  254.  
  255. The <neighbour_callsign> is the callsign of the local NET/ROM
  256. node to which packets will be sent first on their journey to the
  257. target.
  258.  
  259. >> Example:  netrom route add #GWA NS9GWA-5 tnc0 192 NR9AAA-2
  260.  
  261.  
  262. _________________________________________________________________
  263. netrom route drop <target_callsign> <neighbour_callsign>
  264.                                                       <interface>
  265. _________________________________________________________________
  266. Remove an entry from the NET/ROM routing table.
  267.  
  268. >> Example: netrom route drop NS9GWA-5 NR9AAA-2 tnc0
  269.  
  270.  
  271. _________________________________________________________________
  272. netrom route info <target_callsign>
  273. _________________________________________________________________
  274. Display NET/ROM routing information.  The output includes the
  275. quality, TTL, interface and neighbouring NET/ROM node.  Permanent
  276. routes which have been manually entered are indicated with a "P".
  277.  
  278. >> Example of output from 'netrom route info NS9GWA-5':
  279. ..................................
  280. : P  50    6  tnc0      NR9AAA-2 :
  281. :................................:
  282.  
  283.  
  284. _________________________________________________________________
  285. netrom save
  286. _________________________________________________________________
  287. Save the current NET/ROM routing table in N:\NETROM.SAV.
  288.  
  289.  
  290. _________________________________________________________________
  291. netrom status [<&CB>]
  292. _________________________________________________________________
  293. Display NET/ROM status.
  294.  
  295. The 'netrom status' command without a control block parameter
  296. <&CB> displays the general status.
  297.  
  298. >> Example of 'netrom status' output:
  299. ................................................................
  300. :      &CB Snd-W Snd-Q Rcv-Q    LUser   RUser @Node    State   :
  301. : 86780008     0     0     0  NS9BOB-5               Listening :
  302. :..............................................................:
  303.  
  304. When a control block address is supplied, a more detailed
  305. output is produced.
  306.  
  307. >> Example of output from the command 'netrom status 86780008':
  308. .........................................................
  309. : Local: NS9BOB-5 0/0 Remote:  @  0/0 State: Listening  :
  310. : Window: 0     Rxpect: 0     RxNext: 0     RxQ: 0      :
  311. :  Unack: 0     Txpect: 0     TxNext: 0     TxQ: 0      :
  312. : TACK: stop/0 ms; TChoke: stop/0 ms; TCD: stop/0 ms    :
  313. : Backoff Level 0 SRTT 0 ms Mean dev 0 ms               :
  314. :.......................................................:
  315.  
  316.  
  317. _________________________________________________________________
  318. netrom timertype [linear|exponential]
  319. _________________________________________________________________
  320. Display or set the NET/ROM timer backoff mode.  Linear backoff
  321. isrecommended for amateur radio work.
  322.  
  323. >> Example:  netrom timertype linear
  324.  
  325.  
  326. _________________________________________________________________
  327. netrom ttl [<hops>]                                   Default: 10
  328. _________________________________________________________________
  329. Display or set the NET/ROM Time-to-Live.  This is the maximum
  330. number of hops a packet can take before it is thrown away.  This
  331. prevents packets from circulating for ever in an endless loop.
  332.  
  333. >> Example:  netrom ttl 15
  334.  
  335.  
  336. _________________________________________________________________
  337. netrom user [<username>]                     Default: ax25 mycall
  338. _________________________________________________________________
  339. Display or set your NET/ROM user name.
  340.  
  341. >> Example:  netrom user NS9BOB-5
  342.  
  343.  
  344. _________________________________________________________________
  345. netrom verbose [on|off]                              Default: off
  346. _________________________________________________________________
  347. Display or set the NET/ROM "verbose" mode.  When set to 'on', the
  348. node will act as a normal NET/ROM switch, broadcasting its
  349. routing table in the normal NET/ROM manner.
  350.  
  351. >>  Example:  netrom verbose on
  352.  
  353.  
  354. _________________________________________________________________
  355. netrom window [<frames>]                               Default: 4
  356. _________________________________________________________________
  357. Display or set the maximum NET/ROM window size.  This is the
  358. largest negotiable send and receive window.
  359.  
  360. >> Example:  netrom window 4
  361.